home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 06.zip / BS1 part 6 / Slider (1988)(Cachet)[cr QTX].7z / Slider (1988)(Cachet)[cr QTX].adf / devs / Mountlist < prev    next >
Text File  |  1986-12-23  |  993b  |  41 lines

  1. /* An example MOUNTLIST file enabling a 5" disk to be mounted
  2.    as DF1: and an interactive serial port mounted as AUX:
  3. */
  4. /*
  5. DF2:       Device = trackdisk.device
  6.            Unit   = 1
  7.            Flags  = 1
  8.            Surfaces  = 2
  9.            BlocksPerTrack = 11
  10.            Reserved = 2
  11.            Interleave = 0
  12.            LowCyl = 0  ;  HighCyl = 39
  13.            Buffers = 5
  14.            BufMemType = 3 
  15. #
  16. */
  17. /*  This is provided as an example of an alternative type of 
  18.     non-filing device mount.  Please note that L:aux-handler
  19.     is not provided, and thus this mount does not work.
  20. */
  21. /*
  22. AUX:       Handler = L:aux-handler
  23.            Stacksize = 700
  24.            Priority = 5
  25. #
  26.  
  27. Meine Erfindung !!!  mit DF2:
  28. */
  29.  
  30. DF2:       Device = trackdisk.device
  31.            Unit   = 1
  32.            Flags  = 1
  33.            Surfaces  = 2
  34.            BlocksPerTrack = 11
  35.            Reserved = 2
  36.            Interleave = 0
  37.            LowCyl = 0  ;  HighCyl = 79
  38.            Buffers = 5
  39.            BufMemType = 3 
  40. #
  41.